home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / send_public < prev    next >
Encoding:
Text File  |  2001-03-21  |  334 b   |  15 lines

  1. Synopsis:
  2.    on [<modes>]send_public [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client sends a regular, public
  6.    message to any channel it is on.
  7.  
  8. Parameters:
  9.    $0    the channel the message is sent to
  10.    $1-   text of message sent
  11.  
  12. See Also:
  13.    on(5) public; say(1)
  14.  
  15.